From 1a04e6d42b90cd6f7f3054309977b5b986e9e8e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Mon, 17 Oct 2011 02:47:21 +0100 Subject: [PATCH] Makefile.am: honor aclocal flags --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 23b9f8a..b5a49d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-introspection AUTOMAKE_OPTIONS = foreign dist-bzip2 -- 2.30.2